home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / etc / RCS / Pdev_Ready.man,OLD < prev    next >
Text File  |  1988-12-30  |  1KB  |  60 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     88.12.30.14.34.47;  author ouster;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @' $Header: /sprite/doc/ref/lib/c/RCS/Pdev_Ready,v 1.1 88/11/14 10:25:37 brent Exp $ SPRITE (Berkeley)
  26. .so \*(]ltmac.sprite
  27. .HS Pdev_Ready lib
  28. .BS
  29. .SH NAME
  30. Pdev_Ready \- Indicate a pseudo-device is ready for I/O
  31. .SH SYNOPSIS
  32. \fB#include <pdev.h>\fR
  33. .sp
  34. \fBPdev_Ready\fR(\fItoken, selectBits\fR)
  35. .SH ARGUMENTS
  36. .AS ClientData selectBits
  37. .AP ClientData token in
  38. Token for a particular stream to the pseudo-device, as passed
  39. into the openProc.
  40. .AP int selectBits in
  41. Bitwise or of FS_READABLE, FS_WRITABLE, FS_EXCEPTION.
  42. .BE
  43.  
  44. .SH DESCRIPTION
  45. .LP
  46. \fBPdev_Ready\fR indicates that a stream to the pseudo-device is
  47. ready for I/O.  The \fIselectBits\fR indicate what I/O operations
  48. are ready.  The \fItoken\fP is the value given to the
  49. pseudo-device server via the openProc call-back
  50. (see \fBPdev_Open\fR).  This token is used to distinguish between
  51. streams to the pseudo-device;  a different stream is created
  52. each time a client process opens the pseudo-device.
  53.  
  54. .SH "SEE ALSO"
  55. Pdev_Open, Pdev_Close
  56.  
  57. .SH KEYWORDS
  58. pseudo-device
  59. @
  60.